NFT Images and Video Generator
UNREAL ASSETS
Documentation
Let’s assume we want to add leg Meshes
- Open BP_NFTGenerator Blueprint
- Copy past HeadMeshes variable and Rename it to LegMeshes.
- Add components to the LegMeshes variable.
- Copy past loop 2 event and name it loop3.
- Replace the last node of loop 2 from the TakeAScreenshot node with the loop3 event call.
- Replace the HeadMesh variable with LegMesh Variable and BaseMesh variable with the HeadMesh variable.